home *** CD-ROM | disk | FTP | other *** search
/ Aminet 12 / Aminet 12 (1996)(GTI - Schatztruhe)[!][Jun 1996].iso / Aminet / dev / e / eiffel.lha / flc / source / ANY / laststring.s < prev    next >
Encoding:
Text File  |  1996-01-21  |  157 b   |  14 lines

  1.  
  2. **
  3. ** laststring:STRING
  4. **
  5. ** Copyright © 1995, Guichard Damien.
  6. **
  7.  
  8.         include globals.i
  9.  
  10. _laststring
  11.         move.l  (laststring,a4),d0
  12.         rts
  13.  
  14.